home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / seltext < prev    next >
Text File  |  1991-11-22  |  2KB  |  56 lines

  1.  
  2.    5.9.2 SELECT TEXT
  3.  
  4.  
  5. Each viewport within an X-CAD drawing may have its own default text
  6. parameters. The SELECT TEXT command is used to change the current text
  7. and tnode parameters for the active viewport.
  8.  
  9.  
  10.    COMMAND FORMAT
  11.  
  12.       #SELECT TEXT ENTITY :Ent x
  13.  
  14.          or
  15.  
  16.       #SELECT TEXT PARAMETERS modifiers
  17.  
  18. If the ENTITY modifier is chosen, an existing entity is identified. The
  19. text parameters belonging to the entity will be cloned and used as the
  20. default viewport text parameters.
  21.  
  22. If the PARAMETERS modifier is used, then the text parameters are defined
  23. by using separate modifiers.
  24.  
  25.  
  26.    MODIFIERS
  27.  
  28. ENTITY         Select the new text parameters from an existing text entity.
  29.  
  30. PARAMETERS     The PARAMETERS modifier is used to enter a further family
  31.                of modifiers used to control the text parameters and
  32.                appearance.
  33.  
  34.                See the documentation for the command DRAW TEXT for a full
  35.                description of the modifiers used to control text parameters.
  36.  
  37.  
  38.                                  ......
  39.  
  40. The system default text parameters are as follows:
  41.  
  42.       Height         6 millimetres.
  43.       Width          Default in proportion to text height.
  44.       Angle          0.0 degrees.
  45.       Slant          0.0 degrees.
  46.       Spacing        Proportional spacing.
  47.       Charspacing    0.3 times the character width.
  48.       Linespacing    1.5 times the character height.
  49.       Font           STANDARD font.
  50.       Justify        Left justify.
  51.       Fill           Off.
  52.       Line-style     Solid.
  53.       Thickness      1 line.
  54.  
  55.  
  56.